Crate tauri_macros

source ·

Macros

  • Reads a Tauri config file and generates a ::tauri::Context based on the content.
  • Accepts a list of commands functions. Creates a handler that allows commands to be called from JS with invoke().

Attribute Macros

  • Mark a function as a command handler. It creates a wrapper function with the necessary glue code.